﻿/*页尾字体样式*/
.credit a{
	color:#fff;	
}
/*页尾字体样式*/
/*页面高亮样式*/
.side-menu .current a {
	color: #fff;
    background-color: #6e94c8;
    background-image: none;
}
/*页面高亮样式*/
/*导航高亮样式*/
.nav li a.current {
	background-color: rgba(0, 0, 0, .2);
}
/*导航高亮样式*/
/*二级列表页分页样式*/
.pages a, .pages span {
    margin: 3px 2px;
}
.pages .current{
	background-color: #6e94c8;
}
/*二级列表页分页样式*/
/*意见征集详情页手机端时间样式*/
@media (max-width: 320px){
.article .option .info span {
    font-size: 13px;
}
}
/*意见征集详情页手机端时间样式*/
/*在线访谈列表页样式*/
.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 260px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
@media (max-width: 1200px){
.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
}
@media (max-width: 480px){
.lnterview .list-b li .pic img {
    width: 100%;
}
}
@media (max-width: 1200px){
.side-menu li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
}
@media (min-width: 1200px){
.lnterview .list-b li a h4, .lnterview .list-b li a p.mb10 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
}
/*在线访谈列表页样式*/
/*在线访谈详情页样式*/
.interview-info h3 {
    line-height: 40px;
    font-size: 18px;
    color: #005aa8;
}
.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}
/*在线访谈详情页样式*/


/* 网站地图  开始*/

.site-map h2 {
     position: -webkit-sticky;
     /*position: sticky;*/
     top: 0;
     z-index: 1;
     border-bottom: none;
     background-color: #fff;
 }

 .site-map .row {
     margin-right: -5px;
     margin-left: -5px;
 }

 .site-map .row>.col,
 .site-map .row>[class*="col-"] {
     padding-right: 0;
     padding-left: 0;
 }

 .site-map ul {
     margin-bottom: 20px;
     padding: 15px 0;
 }

 .site-map li {
     position: relative;
     transition: all .3s;
 }

 .site-map li>a {
     position: relative;
     display: block;
     margin: 5px;
     padding: 0 20px;
     line-height: 60px;
     text-align: center;
     background-color: #f9f9f9;
     color: #048;
     overflow: hidden;
     white-space: nowrap;
     word-break: keep-all;
     text-overflow: ellipsis;
     border-radius: 4px;
 }

 .site-map li>a:hover,
 .site-map li>a:focus {
     background-color: #204f8b;
     color: #fff;
     font-weight: bold;
 }

 .site-map li>a::before,
 .site-map li>a::after {
     position: absolute;
     top: 0;
     font-weight: normal;
     color: transparent;
     font-size: 14px;
     content: '\2022';
     text-shadow: 0 0 transparent;
     -webkit-transition: text-shadow 0.3s, color 0.3s;
     -moz-transition: text-shadow 0.3s, color 0.3s;
     transition: text-shadow 0.3s, color 0.3s;
     pointer-events: none;
 }

 .site-map li>a::before {
     left: 20px;
 }

 .site-map li>a::after {
     right: 20px;
 }

 .site-map li>a:hover::before,
 .site-map li>a:focus::before,
 .site-map li>a:hover::after,
 .site-map li>a:focus::after {
     color: #fff;
     text-shadow: 8px 0 #fff, -8px 0 #fff;
 }
/* 网站地图  结束*/
/* 依申请公开  开始*/
.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}
.text-intro p a {
    margin: 0 5px;
    color: #06b;
  text-decoration: underline;
}

.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}
/* 依申请公开  结束*/
/* 正文打印关闭样式*/
.btn-default{
	margin-right: 10px;
}
/* 正文打印关闭样式*/
/* 分享样式*/
.article .option .bshare-sinaminiblog {
    background: url(../images/wb.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.article .option .bshare-weixin {
    background: url(../images/wx.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.bshare-custom a {
 float: left;
            width: 32px !important;
            line-height: 32px !important;
            height: 32px !important;
            background-repeat: no-repeat;
            cursor: pointer;
            margin: 6px 6px 6px 0;
            text-indent: -100em;
            overflow: hidden;
            color: #3a8ceb;
}
.bsTop {
           width: 208px !important;
}
.article .option .bshare-qzone{
  background: url(../images/qzone.png) center no-repeat !important;
    background-size: 32px auto !important;
}
.bsFrameDiv {
height: 210px !important;
}
.bsFrameDiv img {
width: 170px !important;
}

/* 分享样式*/

/* 领导详情*/
.leader.tc .pic {
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 190px;
    margin: 0 auto 20px;
    background-color: #eee;
}
.leader .pic img {
    display: inline-block;
    width: 150px;
    /*height: 190px;*/
}
.box h3 {
    border-bottom: 1px solid #ccc;
}
.t0 {
    height: 47px;
    line-height: 40px;
    margin: 10px 0;
}
.box p {
    line-height: 30px;
    text-indent: 2em;
}
.box {
    padding: 1px 20px 20px 20px;
    background-color: #f5f5f5;
}
.t0 b {
    font-size: 20px;
}
/* 领导详情结束*/

/*文化旅游开始*/
/*.topic .heightli img{
height:100%
}*/
/*文化旅游结束*/
/* 手机端隐藏打印关闭 开始*/
@media (max-width: 1024px) {
    .article .no-print span:nth-child(2){
        display: none;
    }
    .article .no-print span:nth-child(3){
        display: none;
    }
}
/* 手机端隐藏打印关闭 结束*/

/* 信息公开正文表 开始*/
.table-bordered {
    margin-bottom: 0px;
}
.table-bordered>tbody>tr>th {
    line-height: 31px;
}
.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
    padding: 2px;
    width: 20%;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: text-bottom;
    border-top: 1px solid #ddd;
}
/* 信息公开正文表 结束*/

/*手机端当前位置图标位置*/
@media (max-width: 480px) {
    .where{
		background: url(../images/where.jpg) 0 30% no-repeat !important;
	}
}
/*手机端当前位置图标位置*/

/*手机端正文标题左右间距样式*/
.article h2{
	padding: 15px 20px !important;
}
/*手机端正文标题左右间距样式*/

/*手机端文化旅游综合页样式*/
@media (max-width: 320px){
.a8 li a {
    font-size: 12px;
}
.a8 li i {
    margin: 10px 10px !important;
}
}
/*手机端文化旅游综合页样式*/
/*政务公开样式*/
.tops{
    margin-bottom: 15px;
}

/*二级列表侧边栏标题字数样式*/
.numb{
	font-size:22px !important;
	padding-left:30px !important;
}
/*首页头条样式*/
.heightli{
line-height: 30px !important;
}
/*页尾样式*/
.links>ul>li>a{
margin: 0 0px;
}
/*苹果5手机端首页专题图片样式*/
@media (max-width: 320px){
.gkzl {
    background: #fffdf8 url(../images/gkzl.jpg) 44% 100% no-repeat;
}
}
/*苹果5手机端当前位置三行以上时图标样式*/
@media (max-width: 480px){
.adress {
    background: url(../images/where.jpg) 0 20% no-repeat !important;
}
}
/*双公示综合页h4标题样式*/
.mt15{
	margin-top:15px;
	margin-bottom: 10px;
}
/*专题专栏综合页h3标题样式*/
.mm{
	margin-top: 20px;
}
.mn{
	margin-top: 40px;
}
/*二级列表样式*/
.hover-style2 li{
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    margin-right: 60px;
}
.sideleft{
    margin-left: -15px;
}

.mainrgiht{
	border-right: 1px solid #ddd;
    margin-right: -15px;
}
/*页头背景图不同分辨率高度下高度问题开始*/

@media (min-width: 1200px) {
    body {
		background-size: 100% 480px;
}
}

/*页头背景图不同分辨率高度下高度问题结束*/

/*信箱响应式开始*/
.iframe_scroll iframe{
    width: 99%;
    min-width: 400px;
	margin-top:30px;
}
@media (min-width: 1200px) {
    .iframe_scroll iframe{
        height:1240px;
    }
}

@media (max-width: 1024px) {
    .iframe_scroll iframe{
        height:1120px;
    }

}
@media (max-width: 768px) {
    .iframe_scroll iframe{
        height:1600px;
    }

}

@media (max-width: 480px) {
    .iframe_scroll{
        overflow: scroll;
    }
    .iframe_scroll iframe{
        height:1700px;
    }

}
@media (max-width: 375px) {
    .iframe_scroll iframe{
        height:1700px;
        width: 425px !important;
    }
}
@media (max-width: 320px) {
    .iframe_scroll iframe{
        height:1700px;
        width: 425px !important;
    }
}

/*信箱响应式 结束*/

/*音画武汉、武汉文化图库*/
.music, .picture{
    position: relative;
}

.music .scroll,.picture .scroll  {
    position: relative;
    margin: 10px 20px;
}

.music li,.picture li {
    width: 200px\9;
}

.music li a,.picture li a {
    display: block;
    width: 200px\9;
    margin:0 10px;
}

.music li img,.picture li img  {
    width: 100%;
    height: 290px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.music li h4,.picture li h4{
    line-height: 20px;
    padding:10px 0px;
    text-align: center;
}
.music-prev,.music-next,.picture-prev,.picture-next{
    position: absolute;
    top: 45%;
    width: 35px;
    height: 60px;
    margin-top: -30px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(209, 209, 209, .5);
    cursor: pointer;
    z-index: 999;
    border-radius: 3px;
}

.music-prev span,
.music-next span,
.picture-prev span,
.picture-next span {
    display: block;
    width: 35px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.music-prev,.picture-prev {
    left: 0px;
}

.music-next,.picture-next {
    right: 0px;
}


@media (max-width: 1200px) {
    .music .scroll,.picture .scroll {
        margin: 0 -10px;
    }

    .music h2,.picture h2,
    .music-prev,
    .music-next,
	.picture-prev,
    .picture-next  {
        display: none;
    }
}

.music li a,.picture li a {
    position: relative;
}
.music li img,.picture li img{
    height: 280px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}
.music li a span,.picture li a span{
    display: none;
}
.music li a:hover h4,.picture li a:hover h4{
    display: none;
}
.music li a:hover img,.picture li a:hover img{
    height: 320px;
}

.music li a:hover span,.picture li a:hover span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width:100%;
    height: 100%;
    color: #fff;
    line-height: 34px;
    padding:60px 30px;
    background: #335ea3;
    background: -webkit-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0));
    background: -moz-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);; /*FireFox*/
    background: -o-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);  /* Opear */
    background: -ms-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0)); /*IE10及IE10+*/
}
.music li a:hover span b,.picture li a:hover span b{
    line-height: 36px;
    display: block;
    margin-top:20px;
    background-color:#6f94c8;
    border-radius: 100px;
}


/*音画武汉、武汉文化图库*/

/*首页、综合页政府信息公开专栏样式 开始*/
@media (max-width: 320px){
.a1 li a {
    padding: 0px 0px 0px 0px;
}
}
.public p a{
	padding: 0 5px;
}
@media (max-width: 1024px){
.public p a {
   font-size:14px;
}
}
@media (min-width: 1024px) and (max-width: 1024px){
    .public p a {
        width: 40%;
    }
}
/*首页、综合页政府信息公开专栏样式 结束*/

/*首页搜索样式对齐 开始*/
.search select{
	vertical-align: bottom;
}
/*首页搜索样式对齐 结束*/
/*首页主导航样式20200417 开始*/
@media (min-width: 768px) {
    .nav li{
		width:11.36% !important;
	}

}

/*首页主导航样式20200417 结束*/

/*文化旅游样式 开始*/
@media (min-width: 1200px) {
    .tab-pane .list-t .top1{
		height: 100px;
    }

}
/*文化旅游样式 结束*/

/*双公示样式 开始*/
@media (min-width: 1200px) {
    .box1{
		height: 388px;
    }

}
/*双公示样式 结束*/

